github.com/klauspost/compress/zstd.blockDec.sequence (field)
12 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L90: sequence []seqVals
blockdec.go#L630: if len(b.sequence) > 0 {
blockdec.go#L631: b.sequence = b.sequence[:0]
blockdec.go#L652: if cap(b.sequence) < hist.decoders.nSeqs {
blockdec.go#L654: b.sequence = make([]seqVals, 0, hist.decoders.nSeqs)
blockdec.go#L656: b.sequence = make([]seqVals, 0, 0x7F00+0xffff)
blockdec.go#L659: b.sequence = b.sequence[:hist.decoders.nSeqs]
blockdec.go#L667: err := hist.decoders.decode(b.sequence)
blockdec.go#L683: err := hist.decoders.execute(b.sequence, hbytes)
blockdec.go#L706: println("Finished block with ", len(b.sequence), "sequences. Added", len(b.dst), "to history, now length", len(hist.b))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |